home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / 1994.12.gz / 1994.12 / 000026_peta@cim.mcgill.ca_Tue Dec 6 11:03:24 1994.msg < prev    next >
Internet Message Format  |  1994-12-30  |  2KB

  1. Received: from Lightning.McRCIM.McGill.EDU by cs.umb.edu with SMTP id AA10414
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Tue, 6 Dec 1994 16:05:57 -0500
  3. Received: from Thunder.McRCIM.McGill.EDU by Lightning.McRCIM.McGill.EDU (8.6.9) with ESMTP
  4.     id <199412062103.QAA27829@Lightning.McRCIM.McGill.EDU>; Tue, 6 Dec 1994 16:03:25 -0500
  5. Received: from localhost (peta@localhost) by Thunder.McRCIM.McGill.EDU (8.6.9/8.6.9) with SMTP id QAA08930 for <tex-k@cs.umb.edu>; Tue, 6 Dec 1994 16:03:25 -0500
  6. Message-Id: <199412062103.QAA08930@Thunder.McRCIM.McGill.EDU>
  7. X-Authentication-Warning: Thunder.McRCIM.McGill.EDU: peta owned process doing -bs
  8. X-Authentication-Warning: Thunder.McRCIM.McGill.EDU: Host localhost didn't use HELO protocol
  9. To: tex-k@cs.umb.edu
  10. Subject: [xdvik-18d] Bad ghostview color property.
  11. Date: Tue, 06 Dec 1994 16:03:24 -0500
  12. From: Peter Whaite <peta@cim.mcgill.ca>
  13.  
  14. xdvik-18d produces the following message (IRIX 5.2, compiled with /bin/cc)
  15. whenever it tries to fork gs
  16.  
  17. %/local/TeX/src/xdvik-18d/xdvik/xdvi data2
  18. gs: gs: Malformed ghostview color property.
  19. gs: gs: Malformed ghostview color property.
  20.  
  21. %gs -v
  22. Ghostscript version 2.6.1 (5/28/93)
  23. Copyright (C) 1990-1993 Aladdin Enterprises, Menlo Park, CA.
  24.  
  25. I guess this is something to do with (psgs.c)
  26.  
  27.     #define fore_Pixel      resource._fore_Pixel
  28.     #define back_Pixel      resource._back_Pixel
  29.  
  30.     gs_colors_atom = XInternAtom(DISP, "GHOSTVIEW_COLORS", False);
  31.     Sprintf(buf, "%s %ld %ld", "Color", fore_Pixel, back_Pixel);
  32.     XChangeProperty(DISP, mane.win, gs_colors_atom, XA_STRING, 8,
  33.     PropModeReplace, (unsigned char *) buf, strlen(buf));
  34.  
  35. During link I did get the following v. suspicious message
  36.  
  37. make[1]: Entering directory `/local/TeX/src/dviware/xdvik-18d/xdvik'
  38. /bin/cc -o xdvi    xdvi.o dvi_draw.o dvi_init.o events.o font-open.o gf.o pk.o psdps.o psgs.o psheader.o psnews.o special.o util.o vf.o sfDir.o sfDraw.o sfPath.o sfSelFile.o xgetcwd.o alloca.o  ../kpathsea/kpathsea.a  -lXaw -lXmu -lXt -lXext  -lX11   -lm 
  39. ld:
  40. Warning: events.o: resource: multiply defined
  41.         previous (used) definition from 'xdvi.o';
  42.  
  43. and indeed there were two of them.  I commenting out the one in events.c
  44. which removed the warning, but I still get the same error message from gs.
  45.  
  46. I vaguely recall seeing something about a patch being required.  I dont have
  47. _this_ problem with gs3.12 (but I have others which are worse (details on
  48. request)).
  49.